A5_AllWebFiles Function

Syntax

File_List as C = a5_AllWebFiles()

Returns

File_ListCharacter

A list of all A5W (page) and A5WCMP (component) files found under the current web project.

Description

Gets a list of all .a5w and .a5wcmp files in the current web project.

Discussion

The A5_AllWebFiles() functions returns a list of all A5W (page) and A5WCMP (component) files found under the current web project.

Example

? a5_allwebfiles()
= C:\Program Files\A5v7\Samples\Alphasports\Alphasportsa5v7.WebProjects\Menu.WebProject\Customers_ADO.a5w
C:\Program Files\A5v7\Samples\Alphasports\Alphasportsa5v7.WebProjects\Menu.WebProject\Customers_ADO.a5wcmp
C:\Program Files\A5v7\Samples\Alphasports\Alphasportsa5v7.WebProjects\Menu.WebProject\Image_Links.a5w
C:\Program Files\A5v7\Samples\Alphasports\Alphasportsa5v7.WebProjects\Menu.WebProject\Image_Links.a5wcmp

See Also